DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / EmptyMessageLabel Property

In This Topic
    EmptyMessageLabel Property (C1TableViewSource<T>)
    In This Topic
    Gets the label displayed when there are no items.
    Syntax
    'Declaration
     
    Public ReadOnly Property EmptyMessageLabel As UIKit.UILabel
    public UIKit.UILabel EmptyMessageLabel {get;}
    See Also